Skip to content

Update dependencies + clean up #922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 3, 2025
Merged

Conversation

benface
Copy link
Contributor

@benface benface commented Apr 7, 2025

This PR:

  • Updates dependencies, including @edgeandnode/go to have the latest NetworkIcon component. (done in Update Token API docs #943 after all)
  • Temporarily hides Ultra from the supported networks grid on the home page since web3icons doesn't support it yet. (no need anymore, see comments below)
  • Makes supported networks clickable on the home page.
  • Slightly improves the performance of searching for a network on the Supported Networks page, by debouncing the value.
  • Attempts to remove complexity in the code by removing unused code (e.g. SkeletonRow) and merging files together, increasing colocation and removing the need to name things in a similar and potentially confusing manner (e.g. NetworkPage and NetworkDetailsPage, or NetworksTable and SupportedNetworksTable).
  • Groups the scripts that should be run together in CI into a single prebuild:ci script. This can also be run locally, but the resulting changes (if any) should not be committed.

@benface benface requested a review from a team as a code owner April 7, 2025 19:05
@benface benface requested review from hayderkg and 0xa3k5 April 7, 2025 19:08
@0xa3k5
Copy link
Member

0xa3k5 commented Apr 7, 2025

I just added ultra to web3icons, and opened a pr to networks-registry (turns out ronin was also missing an icon)

benface added 3 commits May 2, 2025 17:33
# Conflicts:
#	package.json
#	packages/og-image/package.json
#	pnpm-lock.yaml
#	website/package.json
#	website/src/supportedNetworks/NetworkDetailsPage.tsx
#	website/src/supportedNetworks/ResourceCards.tsx
@benface benface merged commit 722624e into main May 3, 2025
4 checks passed
@benface benface deleted the benface/clean-up-supported-networks branch May 3, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants